Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
fdiv
fdiv
Perform floating point division under IEEE 754 semantics
Name:
fdiv
Category:
math
Programming Language:
php
One-line Description:
Perform floating point division under IEEE 754 semantics
Related
How to Handle Floating-Point Precision Issues? Solve Them Easily with the fdiv() Function
6
Similar Functions
rand
rand
Generatearandominteg
fdiv
fdiv
Performfloatingpoint
min
min
Findtheminimumvalue
round
round
Roundfloatingpointnu
hexdec
hexdec
Converthexadecimalto
exp
exp
Calculatetheindexofe
mt_getrandmax
mt_getrandmax
Displaythemaximumpos
decbin
decbin
Convertdecimaltobina
Popular Articles
How to Handle Floating-Point Precision Issues? Solve Them Easily with the fdiv() Function